home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / Data / Menu / scr / RaceSelectionMap.scr < prev    next >
Encoding:
Text File  |  2004-03-05  |  1.9 KB  |  80 lines

  1. !Include("../UIDef/UI.def")
  2. //------ UI stuff -----------------------------
  3. Interface("UI_RACE_SELECTION_MAP")
  4. {
  5.     Command(1)
  6.     Notify(1)
  7.     CanFocus(0)
  8.     TextureFocusAlpha(1.0)
  9.     TextFocusAlpha(1.0)
  10.     SelKeyUp(0)
  11.     SelKeyDown(0)
  12.     
  13. //--- WindowTitlePattern pattern for UI_RACE_SELECTION_MAP :
  14.     !Include("../uidef/WindowTitle_T_L_Corner.def")
  15.  
  16.     
  17. //--- SmallLogoPattern pattern for UI_RACE_SELECTION_MAP :
  18.     !Include("../uidef/SmallLogo_T_L_Corner.def")
  19.  
  20.     
  21. //--- MapLocationPattern pattern for UI_RACE_SELECTION_MAP :
  22.     !Include("..\\uidef\\MapLocation.def")
  23.  
  24.     
  25. //--- LoadingProgress pattern for UI_RACE_SELECTION_MAP :
  26.     !Include("..\\uidef\\LoadingProgress.def")
  27.  
  28.     Text("")
  29.     TextAlpha(1.0)
  30.     TextColor(1.0,1.0,1.0)
  31.     Font("MSSansSerif8")
  32.     TextPosFlags(34)
  33.     Mouse(1)
  34.     Keyboard(1)
  35.     Joy(0)
  36.     Visible(1)
  37.     ParentPositioning(0)
  38.     PreviousElemPositioning(0)
  39.     ParentCenteringX(0)
  40.     ParentCenteringY(0)
  41.     ParentSizingX(0)
  42.     ParentSizingY(0)
  43.     TextureAlpha(1.0)
  44.     LogicSize(1.0,1.0)
  45.     LogicPos(0.0,0.0)
  46.  
  47.     Static("UIStatic","ID_MAP","Specific")
  48.     {
  49.         Text("")
  50.         TextAlpha(1.0)
  51.         TextColor(1.0,1.0,1.0)
  52.         Font("MenuSmall")
  53.         FontScale(0.5)
  54.         TextPosFlags(34)
  55.         Mouse(1)
  56.         Keyboard(0)
  57.         Joy(0)
  58.         Visible(1)
  59.         ParentPositioning(0)
  60.         PreviousElemPositioning(0)
  61.         ParentCenteringX(0)
  62.         ParentCenteringY(0)
  63.         ParentSizingX(0)
  64.         ParentSizingY(0)
  65.         TextureID("Map")
  66.         TextureAlpha(0.5)
  67.         LogicSize(0.80875,0.66833335)
  68.         LogicPos(0.0075,0.093333334)
  69.     }// [UIStatic] ID_MAP
  70.  
  71.  
  72.     EditTexture("er_t_red.png")
  73.     EditBorderWidth(2.0)
  74.     EditBorderSens(3.0)
  75.     EditCursor("c_arrow.png")
  76.     EditCursorSize("c_resize.png")
  77.     EditCursorMove("c_move.png")
  78.     Cursor("cursor.png")
  79. }
  80.